English | 中文
This is a Motion Emulator plug-in based on Content Provider.
Motion Emulator is an Xposed-enabled location simulator with support of continuous location and sensor fake.
This module enables its Xposed functionalities over a Content Provider based transmitting protocol.
warning Usually avoid using the Content Provider plugin. It works only with host apps targeting sdk version 30 or lower. Because of the middle bridge, power consumption is higher. Moreover, future updates coming to Motion Emulator may not be implemented for this plug-in.
When in use, you should select only the app to be tricked. DO NOT enable for System Framework, which is untested and highly unstable.
To use this plug-in, Motion Emulator is to be installed, which provides emulation data using WebSocket and ProtoBuf for the host app.
You can download it from my site or GitHub.
It is also possible to find it in the LSPosed repository.
After installation, activate it in Motion Emulator. You can find a more detailed guide from here.
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:20
English Version | 中文文档
Motion Emulator is an application platform that allows you to mock location and sensor data using different methods, including Xposed and debugging options.
Trick your fitness app or your favourite game. Make you king of the world.
To learn about the latest software and its tricks, refer to Steve's Blog.
Build and maintain this project with the latest Android Studio Canary (currently Hedgehog | 2023.1.1 Canary 15) because this project is pretty radical.
This app contains sdk from Amap and Google Maps, thus api keys are required. Obtain them from here and here
echo amap.web.key="" >> local.properties
echo AMAP_SDK_KEY="" >> local.properties
echo GCP_MAPS_KEY="" >> local.properties
My own service is involved to provide online features like self update, which is optional and shouldn't be included in unofficial builds.
However, it is still possible to build with your own service.
cd app
echo SERVER_URI="" >> server.properties
echo PRODUCT="" >> server.properties
cd ../mock_location_plugin
echo SERVER_URI="" >> server.properties
echo PRODUCT="" >> server.properties
The SERVER_URI
is supposed to be an HTTP/HTTPS RESTful that implements
a certain protocol. You can get an example by
looking at my codebase.
By the way, in case you are not familiar with Android dev, fill in your own SDK like so:
echo sdk.dir= >> local.properties
Copyright 2022-2023 zhufucdev
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:21
English | 中文
This is a Motion Emulator plug-in based on WebSocket.
Motion Emulator is an Xposed-enabled location simulator with support of continuous location and sensor fake.
This module enables its Xposed functionalities over a WebSocket-based transmitting protocol.
When in use, you should select only the app to be tricked. DO NOT enable for System Framework, which is untested and highly unstable.
To use this plug-in, Motion Emulator is to be installed, which provides emulation data using WebSocket and ProtoBuf for the host app.
You can download it from my site or GitHub.
It is also possible to find it in the LSPosed repository.
After installation, activate it in Motion Emulator. You can find a more detailed guide from here.
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:21
当亮度设置低于某值时,拦截硬件亮度下调,并对应修改极暗模式的压暗强度。
直接拖动系统亮度条即可自动调节,也不影响截图的亮度。
最低屏幕亮度是HAL的亮度值,不一定每台机型都是0\~100%,例如小米12s是0\~50%,你可以调整亮度到不会频闪的最小亮度,然后查看"当前 HAL 亮度"。本人实测小米12s最低亮度为7.99%。
点个 Star 也是对我的支持。 如果这个项目对你帮助很大,可以考虑给我送杯奶茶。
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:26
此项目已停止维护,如果你在最近有过捐款,可以通过email联系我退回
在蓝牙扫描结果中模拟一个 BLE 外围设备通告。
支持动态通告数据同步,需要另一台 Android 5.0 以上的设备作为监听设备,安装蓝牙通告监听器
,并创建一个LeanCloud 应用用于云端同步。
仅用于蓝牙设备的开发与调试,请勿用于签到打卡等违法违纪用途。
关闭模块状态下,使用 nRF Connect 扫描得到要模拟的通告信号,将结果填入对应选项。
* Raw data
去掉开头的 0x
填入通告数据
* 支持 Android 8.0 或更高版本
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:13
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:25
An Intent traffic monitoring tool.
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:18
适配B站版本
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:16
Automatically expands the advanced settings in the Settings app by hooking setInitialExpandedChildrenCount
in PreferenceGroup.
I hate to always expand them myself every time.
Should work on all Android versions where the Settings app uses one of
Please report where it stops working so that I can edit the minSdkVersion or add missing classes.
before |
after |
---|---|
![]() |
![]() |
Also see my other modules
This module is licensed under the European Union Public Licence (EUPL) v. 1.2
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:30
On Android 14, Google started blocking old apps (those targeting a target API lower than 23, i.e. anything before Marshmallow/Android 6) from being installed.
While this behaviour can be overridden by calling adb install
(respectively pm install
if
you've got access to a root shell on your device) with the --bypass-low-target-sdk-block
flag, it
still breaks simple manual installation of older APKs, as well as any backup apps and other software
like that which hasn't yet been updated for this new behaviour.
This Xposed module hooks the app installation process to always behave as if that flag had been passed and to therefore generally allow installation of old apps.
Requires at least Android 14.
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:18
In Android 14 and newer releases of Android 13 (somewhere between r31 and r38, i.e. around
March/April 2023), a bug was introduced into Android which can cause menus implemented as Activity
options menus
to open only once and to ignore subsequent attempts to open the menu again until the affected
activity has been re-started.
For apps that are unlikely to be updated any time soon, this Xposed module implements a simple workaround to make affected menus work normally again on buggy Android versions.
See also https://issuetracker.google.com/issues/315761686
Requires at least Android 13. Enable the module for any app requiring this workaround.
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:18
For unfathomable and annoying reasons, at some point the developer of the Rocket Player music player app apparently added a timebomb to his app, which appears at a certain point in time after the build date of the app and puts up an unskippable dialog directing you to the Play Store to update the app.
Even more annoyingly, in 2022 he sold Rocket Player to some dubious firm that, if current Play Store reviews are anything to go by, has stopped honouring the old paid "Rocket Unlocker" and instead demands an in-app subscription for the cheap price of 19.99 € per month, or something like that.
It so happens that one of the last versions of Rocket Player that was presumably built by the original developer before the sale (5.18.60) has an expiration date of January 4, 2024, which, as somebody who paid for the original "Rocket Unlocker" I find rather annoying, to say the least.
This Xposed module disables that dialog again, allowing you to use old versions of Rocket Player in perpetuity (as long as Android itself doesn't break compatibility).
Should work with all versions of Rocket Player 4 and 5.
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:16
Simple ExPosed module to restrict any installation / uninstallation process across the system.
Tested with LSPosed.
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:16
这是一个屏蔽摇一摇的xposed插件
每次打开某个应用不小心摇了一下,就会跳转到xx应用?手动关闭陀螺仪很麻烦? just[1] install it ,你在摇一摇试试!摇出来算给我输
just[1]勾选你需要屏蔽摇一摇的应用
本模块是基于Xposed框架开发的,使用本模块需要您的设备已经安装了Xposed框架。Xposed框架是一种修改Android系统行为的工具,它可能会导致系统不稳定、无法开机或损坏设备。您在使用本模块之前,应该了解Xposed框架的原理和风险,并自行承担后果。
本模块的源代码是公开的,任何人都可以查看或修改它,开发者不对本模块的功能和效果做任何保证,也不对本模块可能造成的任何损失或损害负责。请在使用前确认你下载的 fuck shake 是来自可信的渠道,并且没有被恶意篡改或添加木马等病毒。
本模块仅供学习交流,请勿用于其他用途
开发者保留对该Xposed模块的更新、修改、暂停、终止等权利,使用者应该自行确认其使用版本的安全性和稳定性。
简要概括:fuck shake,ad app is a dog shit[2]
[1]常见翻译:只是,同样,正直的人... 在本文中译作只是 [2]常见翻译:气氛,废话,屎... 在本文中译作屎
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:85
HyperOS 的轻量级模块,仅适用于 HyperOS !
自用模块,基于小米 12S Pro 和小米 Pad 6 Pro 开发。
主要基于其它模块的功能,少量原创。
Lightweight modules for HyperOS only!
Self-use module, developed based on Xiaomi 12S Pro and Xiaomi Pad 6 Pro.
Most functions are based on other modules, with a small amount of original.
HyperOS専用の軽量なモジュールです! Xiaomi 12S ProとXiaomi Pad 6 Proに基づいて開発された自己使用なモジュールです。 ほとんどの機能は他のモジュールに基づいており、オリジナルな機能はわずかです。
YifePlayte/MaxFreeForm
YifePlayte/MaxMiPad
zerorooot/HorizontalContentextension
LuckyPray/DexKit
Simplicity-Team/WooBoxForMIUI
HowieHChen/WooBoxForMIUI
hosizoraru/WooBoxForMIUI
hosizoraru/StarVoyager
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:66
A Xposed module helps you extract SteamGuard shared secret.
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:13
This module can cancel some dialogs that are forced to be set as uncancelable, such as some forced update dialogs, and some ads (some rogue ads always make the x small).
You can upload your own scripts
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:33
Modify certificate extension to bypass hardware integrity local attestations. If the app send the certificate to a secure server, you are fucked and this app is useless. Only select apps which check the presence of an unlocked bootloader, never hook Google apps or system framework unless you want to fail Play Integrity checks lol
Source code: https://github.com/chiteroman/BootloaderSpoofer
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:47
The Biometric Bypass Module is an Xposed module utilizing LSPosed's Modern Xposed API. It automatically bypasses the confirmation step following a successful face unlock, streamlining the authentication process for a hands-free user experience.
This module hooks into a System UI method responsible for managing the confirmation step after face authentication. By intercepting this process, the module automates the confirmation required by the new BiometricPrompt API, allowing users to proceed without additional input. This approach works universally across apps that rely on the default Android behavior and remains secure even in environments protected by Magisk deny lists, Magisk Hide, or Shamiko.
Default Behavior: Face unlock with manual confirmation required.
Module Enabled: Face unlock with automatic confirmation bypass.
Pixel 9 Pro (caiman) with Android 15 (Build: AP3A.241005.015, Oct 2024)
Xposed Framework: LSPosed
Legacy versions are available for older Xposed APIs:
Automating the confirmation step can reduce security and lead to unintended actions. Use this module with caution.
Contributions are welcome. Submit a pull request or open an issue to help improve the module.
This module modifies system behavior and may impact device security. Use at your own risk.
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:24
Really simple to use privacy manager for Android 6-12 (successor of XPrivacy).
Revoking Android permissions from apps often let apps crash or malfunction. XPrivacyLua solves this by feeding apps fake data instead of real data.
The tracking restrictions will work only if the code of the target app was not obfuscated. The other restrictions will work always.
Hide or fake?
It is possible to add custom restriction definitions, see this FAQ for details.
You can see all technical details here.
XPrivacyLua is supported on Android 6.0 Marshmallow and later. For Android 4.0.3 KitKat to Android 5.1.1 Lollipop you can use XPrivacy (unsupported though).
XPrivacyLua is supported for smartphones and tablets only. XPrivacyLua is not supported on emulators.
Hooking com.google.android.gms.location.ActivityRecognitionResult.extractResult (restriction Determine activity) is known to fail with script:25 vm error: java.lang.ClassNotFoundException: com.google.android.gms.location.DetectedActivity and script:28 attempt to call nil for some apps, like Google Maps and NetFlix, for yet unknown reasons.
LSPosed: please make sure that any app you want to restrict is in the 'scope' of LSposed.
Certificate fingerprints:
See here for a list of often asked questions.
Only the XPrivacyLua version released in the Xposed repository is supported.
XPrivacyLua with Island, etc is not supported.
See here about how you can donate.
Documentation
Contributions to this document and the frequently asked questions are prefered in the form of pull requests.
Translations
Source code
Building XPrivacyLua from source code is straightforward with Android Studio. It is expected that you can solve build problems yourself, so there is no support on building.
Source code contributions are prefered in the form of pull requests. Please contact me first to tell me what your plans are.
Please note that you agree to the license below by contributing, including the copyright.
XPrivacyLua uses:
GNU General Public License version 3
Copyright (c) 2017-2021 Marcel Bokhorst. All rights reserved
XPrivacyLua is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
XPrivacyLua is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with XPrivacyLua. If not, see https://www.gnu.org/licenses/.
Android is a trademark of Google Inc. Google Play is a trademark of Google Inc
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:20
OnePlus For ColorOS Kill RedOne
旨在干掉一加ColorOS的红一
系统界面->状态栏时钟,锁屏时钟
时钟->桌面时钟组件
YukiHookAPI
开发者:luckyzyx
GitHub仓库
LSPosed仓库
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:20
通过hook系统闹钟的AlarmAlertFullScreenActivity,在这个Activity启动时,根据你设置的闹钟配置来执行特定的Shell脚本。
可靠性是开发此模块的缘由,试过很多定时任务的APP,可能因各种原因(如后台被杀)导致到点没有执行我下的任务。
我想到系统里的闹钟,它可从来没有失误过,即使你把它的后台杀了,关机也能自动开机来提醒你。再想到LSPosed可以给APP添砖加瓦,所以就有了此模块,原理见上。
应该仅支持MIUI,其他操作系统开可以试一试,要我适配你的系统可以发issues
将Shell脚本放入/data/user/0/com.android.deskclock/files/shell/
目录,如果没有shell
文件夹,请自行创建一个。
如果你想添加一个名为helloworld的Shell脚本,那么你应该放到这里:/data/user/0/com.android.deskclock/files/shell/helloworld.sh
新建一个脚本文件,假设你要创建的是"helloworld.sh",创建完成后,再去新建一个备注与脚本文件名一样的闹钟,闹钟备注名就应该是"helloworld.sh"。闹钟应该铃声为无铃声且取消掉震动(如果你乐意也无所谓)。
脚本文件一律使用ROOT执行!所以必须先授予闹钟ROOT权限!
由于root的申请在闹钟响铃时执行,所以你第一次创建一个脚本后,把闹钟的时间设置在最近的几分钟后,响铃时会申请root权限,允许后就得到了root权限,后续新建其他脚本都无需授权(只要你不关闭或撤销magisk里的root授权即可),root权限申请成功后,就可以将闹钟的时间改为为你想要的时间,到点后即可正常执行你的脚本。
执行脚本前,闹钟响铃的activity界面不会自动关闭,所以你应该添加一个滑动屏幕的命令,将闹铃关闭。当然我相信脚本你都会放在晚上你睡觉的时候让它执行,所以执行完关闭闹钟后,你应该再写一个解锁屏幕的命令,然后再去执行接下来的操作。
示例
sleep 3
#关闭闹钟
input swipe 500 1500 500 500
#解锁屏幕,视密码而定,下面的演示为没有密码的
sleep 3
input swipe 500 1500 500 500
sleep 1
#接下来要执行的操作
只要你的闹钟备注没有对应的脚本文件,那么闹钟不会执行任何脚本,不影响正常使用。除非你故意在shell目录里放了个叫"起床"的脚本。
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:20
禁用 MIUI 划卡即强杀应用行为,又名你杀我 VPN 干啥
在 MIUI 14 以及基于 Android 14 的 HyperOS 上测试通过。
如果在其他版本上正常工作,欢迎前往源码仓库回报。
在最近任务中上锁 | 或后台策略设置为无限制 |
---|---|
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:20
Spoof your device as different model for specific games to unlock higher FPS
To get started with Game Unlocker, follow these steps:
Ensure that your Android device is rooted.
Install the Xposed/Lsposed Framework on your device.
Download the Game Unlocker module from the releases section of this repository.
Install the downloaded apk :
Once you've installed and activated the Game Unlocker module, it will automatically spoof your device information for supported gaming applications. There's no additional configuration required. Simply force stop and open the games you want to play, and enjoy the benefits of device spoofing.
You can untick the game you don't want to spoof for the module scope. Force stop and relaunch is required.
Note: Keep in mind that device spoofing may violate the terms of service for some games or apps.
Report any suggestions/issues with games here
Click to expand the list of supported games
This project is licensed under the MIT License - see the LICENSE file for details.
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:19
有精简版和完整版,支持js 动态hook。
是一款xposed插件,必须依赖xposed框架环境,root机环境有LSxposed,xposed framework,edposed,,非root有virtual app,以及类似多开平行空间的一些软件 ,基于app直接修改植入xposed framework的有太极,还有我开发的神之手.goodhand文档 (不再更新,篡改软件原理不推荐!不过在愿景来看可以对流氓软件做载入xposed内置的操作行为) 它能快速跟踪一些行为从而找到破解的思路,就像window破解一样,也有类似的 如hook window api 的某些函数,hook io文件打开,注册表行为.而这个hookui也类似,对一些敏感行为可进行追踪拦截,可追踪调用堆栈,另外还支持hook 记忆,内存窥探,动态修改,还支持js hook 1.9.0已经支持,但是由于作者资金不足,身体等各方面原因 已经放弃操作了1年,老版本的hook api作废,新版本将尽力保持和xposed api一样,这样减少学习成本。 2024年12月重启项目,现在已经跑通的hook代码如下:
XposedBridge.hookMethod("android.view.View", "onTouchEvent", function(param, phase) {
if (phase === "before") {
log.v("before");
var Arrays = Packages.java.util.Arrays;
let xparam= param.getArguments();
log.v(xparam);
let args = param.getArguments();
log.v("onTouchEvent 调用前 ,ARG LEN:"+Arrays.toString(args));
// args[0] = "Modified Arg";
param.setArguments(args);
log.v("onTouchEvent 调用前 ,--------"+args.length);
} else if (phase === "after") {
log.v("onTouchEvent 调用堆栈"+ log.getStackTraceString());
}
});
1.作者曾经通过HOOKUI做了很多不可告人的事情,作者本人常用的爆破策略是追踪点击,布局事件,和敏感字符串的源头来针对性的做hook功能.
2.作者也曾经通过HOOKUI随性破解破解一些没什么验证的收费SE直播,倒计时自动关闭视频直接拦截对方法进行屏蔽的操作.也通过它直接改手机余额,来告诉那些拜金女小心骗子.
3.作者因为对某些共享wifi软件没有记忆功能从而导致下次连接需要网络才能连接,还针对性的研发了wifi密码记忆功能.这样连一个记住一个还能看到密码
支持自定义填写要hook的类,支持方法参数调用,支持批量修改列表数据,支持修改字段,实例,内存漫游字段修改,支持字符串,触摸事件,窗口创建,布局设置堆栈追踪打印. 支持开启web服务,下载任意应用内数据,支持web端做一些hook操作(此功能是移植inspect,不过兼容没有root的手机)
支持webview注入,显示webview hook菜单(调用js,查看源码) 支持activity序列化保存,
(已实现部分HOOK API) 没有js插件功能,不能动态写逻辑了,不过现在发展这几年,应该有人早就做了,我这东西也是几年前的东西了,现在来说很多东西过时了,或者说人人皆知这些技巧,常识.
内置文件浏览,方便快捷的管理沙盒文件(主要是未root手机方便)在线网页操作读取下载对应app所有类信息,方法信息等,在线网页提交控制.
Frida动态加载脚本,我这边的frida只是支持加载so启动服务,后面因为版本过大,simple版本没有集成到app里面了. full版本则完全集成。
如果没有这个东西,
这基本代表你在hookui界面所进行的一些功能都是无法正常生效的,可能你用logcat也看不到hookui关键词的一些堆栈调用 等数据.
其它应用中没有图标,确保是最新版,目前最新版至少是1.8.6以上
确保在hookui中勾选开启了总开关,在激活应用选项卡中确保勾选了 该应用
确保你会使用hook框架以及如何正确的激活一个xposed插件,毕竟hookui也是一个xposed插件
上面确保的情况下,可以 把hookui界面的其它选项勾选全部关闭.再试试是否正常
在hookui界面最下面点击测试弹出就能就看到了,当然也能看到里面很多的功能,但是你在hookui里面点击通常情况可能会出现一些列崩溃问题.
还是上面的第4点,不要随意开启一些功能,比如延迟启动,这个主要是用于调试用的,比如你需要断点调试so,那么这个时机就很重要 字符串调用更不要随意开启,这是非常非常频繁的功能.
参考视频
下面视频需要科学上网,需要下载telegram
https://t.me/loznChanel/33
https://t.me/loznChanel/31
https://t.me/loznChanel/29
https://t.me/loznChanel/95
电报有一些使用的视频教程,而简书有一些图文的教程,其它的只能问问群里人了 https://www.jianshu.com/nb/15035584 https://www.jianshu.com/p/474a60fe194a https://www.jianshu.com/p/7aac940caf97
,常见的更新地址如下: qq群(不稳定容易被封), telegram(需要翻墙)
不可使用本软件进行诈骗从事违法行为等行为,仅供学习使用!触发法律后果自负!本人不承担任何责任,软件使用的时候协议上也一再强调禁止用于违法用途!切记切记
群主非本人 [qq群 659119840]群若提示不存在,请加入电报群以便获得新群,请悉知
qq 35068264的qq空间可以翻找说说,我有时会会把加群图片放在QQ空间
电报 : https://t.me/qssq666 简书 https://www.jianshu.com/nb/24436393 博客 http://blog.lozn.top 邮箱 x@lozn.top
QQ: 35068264
email: x@lozn.top
电报 : https://t.me/qssq666
微信公众号: 情迁说科技
alipay:qssq521@gmail.com
qq:35068264 http://blog.lozn.top/about
please access https://t.me/qssq666
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:19
Compatible with AOSP-like installer,been tested in:
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:19
Mobile Radio Ad Away Xposed module for the Android app available in the Google PlayStore.
Install this Xposed module to block the advertisements and enjoy Ad free radio experience.
Lsposed / EdXposed / Xposed must be installed on your Android device to use this Module. You can search on Google for more info about them.
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:19
本模块不会删除消息记录以及接收的文件 只会清理堆积在那里的图片、视频、广告等缓存
现已支持QQ/TIM/微信(1.4.0+)
注:本模块完全免费且开源,一切开发旨在学习,请勿用于非法用途。
QQ群:827356240 Telegram:点我前往
项目地址:点我前往
1.勾上模块
2.重启QQ/TIM/微信
3.设置->关于->QQ/TIM/微信瘦身
1.普通瘦身(日常聊天产生的垃圾清理)
2.完全瘦身(尽可能的清理缓存 最大限度腾出空间)
3.自定义瘦身(手动选择清理部分缓存)
4.定时瘦身(自动执行瘦身操作)
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:19
固定应用(Pinning App)
English | 简体中文
退出固定时锁屏
功能:su
回车获取ROOT权限,这是必要的!!pm pinning -l 0
为关闭本功能;pm pinning -l 1
为开启本功能。pm pinning -l -g
可获取本功能状态。pm pinning -h
退出固定时锁屏
功能效果:固定时拒绝弹出侧边栏
功能:su
回车获取ROOT权限,这是必要的!!pm pinning -s 0
为关闭本功能;pm pinning -s 1
为开启本功能。pm pinning -s -g
可获取本功能状态。pm pinning -h
固定时拒绝弹出侧边栏
功能效果:上传时间:暂无
作者:暂无
文件大小:暂无
下载量:19
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:19
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:19
欢乐斗地主看广告给奖励,需要看15秒视频后才能关闭领取,有了这个模块,再也不用忍受这种恶心的行为, 广告页面弹出1秒后自动关闭并领取奖励
本模块仅用于学习交流,请勿用于任何非法用途,否则后果自负!
严禁基于本模块进行二次开发,一经发现永久停更!
2024.12.09 v1.0.8 适配欢乐斗地主8.032.016版本
2023.11.17 v1.0.7 解决必须手动点击的5秒广告不会自动跳过的问题
2023.11.11 v1.0.6 适配欢乐斗地主8.024.016版本
如果您觉得好用,请给个打赏,谢谢!
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:19
因为Oppo自带的Installer太抽象了——如果通过ADB,要你登录Oppo账号后才能安装
有人说可以通过第三方Installer来绕过限制,但还是会卡权限(也不清楚为什么授权了root还无权限),这严重影响我的开发工作
凭什么我安装个应用还必须听你的,这是我的手机!关键是这几年以来已经形成趋势,而且以前还可以关闭这个检测现在是已经没法关了(
也感谢LeadroyaL提供相关研究资料,并经过测试可行,目前我已经将其改造出一个模块,希望也是被Oppo自带Installer折磨的家人们可以从中得到解放
关于部分开发者质疑该项目的实用性的解释有人说这个模块开发出来是多余的、无用的。直接拿
CrossProfile Test APK
就可以解决问题了,还要你这个东西?我接受大家的质疑和批评,但这边也要做个解释:首先这个方法是适用于没法root的设备,那既然你来到这里来,就说明你的机子已经root了并安装了LSPosed等Xposed框架,既然有这个优势为什么不加以利用呢?而是用老方法?
其次,这个是通过关掉系统优化来解决问题的,顾名思义关掉这个东西有什么负面效果是懂得都懂的,而且也不是每个人都喜欢关掉后的原生毛坯房样式
邓小平也说过了“不管黑猫白猫,能捉老鼠的就是好猫”,只要能解决问题都是一个方法,没必要争论,各自都有各自的优点和缺点。也不是说我这个模块十全十美,也有缺点存在:还不能彻底端掉弹窗,必须要机子root……
但是,有人也提出比较逆天的方法:直接禁用系统自带的Installer,这个是不能做的会使机子成砖,因为这是系统的关键组件!(已亲身经历),这个就必须要抵制了
该模块仅限于使用ColorOS的Oppo、Realme、OnePlus系手机,并安装了Xposed模块。如果不是上述用户请不要使用,避免出现不可预知的问题
请注意:这个模块并不是根除Installer的弹出,只干掉了通过ADB安装时系统级卡住。也就是说哪怕安装激活了模块,也只是在ADB安装中没有问题,但如果在一些相对于Oppo而言是“不安全”的来源依旧会弹出
如果要根除后述的问题,只需要使用第三方Installer即可
目前我也在努力研究解决方案
前往Release下载最新版本并安装,选择推荐的作用域(不要选择其他作用域!)后激活模块即可绕过登录要求
LeadroyaL的研究成果以及相关核心代码
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:19
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:19
知乎去广告Xposed模块
蓝奏云 密码:1hax
This project is licensed under the GNU General Public Licence, version 3.
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:19
Xposed Module to Disable FLAG_SECURE
, enabling screenshots, screen sharing and recording in apps that normally
wouldn't allow it.
System Framework
This app does not prevent apps from detecting that you've taken a screenshot or recorded it like Snap or Instagram. This only enables it in apps that prohibit screenshots and recording. So don't screenshot your girlfriend's nudes. (You probably don't have one since you're reading this anyway)
Apps Tested on:
This module may work on other apps too with or
without liboemcrypto.so disabler
.
(Read Additional Instructions)
You can contribute names of apps here that are working and are not listed here, so I can add it to the list.
If you face any issue or have a suggestion then feel free to open an issue here.
This app is a fork of the existing apps but with better compatibility:
This is applicable only for some apps on some devices. If you aren't facing any issues, you can ignore these instructions.
When playing DRM encrypted content, most devices will use hardware decryption capabilities. This hardware decryption will push the video directly onto the screen, bypassing any screenshots/screenshare/recording functionality.
One possible solution is to disable this hardware decryption by installing the Magisk
module liboemcrypto.so disabler
. This will force the
device to not use hardware decryption and in combination with this module will enable screenshots, screen sharing and
recording.
Installing this module might have unintended consequences, such as lowered video quality. Read more
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:19
An Intent traffic monitoring tool.
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:18
On Android 14, Google started blocking old apps (those targeting a target API lower than 23, i.e. anything before Marshmallow/Android 6) from being installed.
While this behaviour can be overridden by calling adb install
(respectively pm install
if
you've got access to a root shell on your device) with the --bypass-low-target-sdk-block
flag, it
still breaks simple manual installation of older APKs, as well as any backup apps and other software
like that which hasn't yet been updated for this new behaviour.
This Xposed module hooks the app installation process to always behave as if that flag had been passed and to therefore generally allow installation of old apps.
Requires at least Android 14.
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:18
In Android 14 and newer releases of Android 13 (somewhere between r31 and r38, i.e. around
March/April 2023), a bug was introduced into Android which can cause menus implemented as Activity
options menus
to open only once and to ignore subsequent attempts to open the menu again until the affected
activity has been re-started.
For apps that are unlikely to be updated any time soon, this Xposed module implements a simple workaround to make affected menus work normally again on buggy Android versions.
See also https://issuetracker.google.com/issues/315761686
Requires at least Android 13. Enable the module for any app requiring this workaround.
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:18
强行在横屏模式下启用miui传送门
1、安装Magisk
2、安装LSPosed
3、安装miui传送门
4、安装此app,并在LSPosed中勾选
5、使用创建快捷方式,启用传送门,确保在竖屏模式下能正常使用
6、重启传送门,横屏,测试能否使用
通过拦截com.miui.contentextension.services.TextContentExtensionService
类中的isScreenPortrait
方法,使其返回true
,从而达到横屏使用传送门的目的
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:18
Megafon Cleaner
Скрытие баннеров и предложений в приложении Мегафон
Список скрываемых элементов: - Аналитика - Сервисный блок мегафона на главной - Интересное в услугах - Весь раздел 'для меня' - Различные баннеры по всему приложению - Предупреждение о VPN
This is a module for the russian application Megafon, you don't need to use it, app working only in Russia. This module has support only for the Russian language.
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:13
Xposed 插件
支持Android9~13
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:20
Thanks to Bluetooth ToolKit you can receive any file via bluetooth, choose how to be notified when you receive a file, Materialize different parts forgotten by Google... All this in an adorable and sugary graphic! (now 2.0!)
All changes are on-the-go, and don't require reboots.
WARNING: You need to make a small in-app purchase to unlock all functions.
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:14
HyperCeiler
让 HyperOS 再次伟大 !
本项目源码
Android 14-15 的 HyperOS
请在 LSPosed 中启用 HyperCeiler, 然后在 HyperCeiler 应用内启用对应的功能,重启作用域 (需要 Root 权限);
本模块不支持 修改较多的第三方 Xiaomi HyperOS ROM
、修改较多的系统软件
,以及部分国际 Xiaomi HyperOS ROM
;
目前 HyperCeiler 是基于 Android 15 的 Xiaomi HyperOS 2.0 的手机端设备进行适配,覆盖不是很完整,需要不断测试和改进
在提交反馈前请注意是否已有相同反馈,避免给开发者造成困扰。花相同精力看相同反馈是一件很浪费时间的事情
HyperCeiler 已停止维护 Android 11-13 的 MIUI ROM 和 Android 13 的 HyperOS1.0 ROM
您可以在这里为 HyperCeiler 项目贡献翻译。
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:239
识别短信验证码的Xposed模块,并将验证码拷贝到剪切板,亦可以自动输入验证码。
An Xposed module which can recognize, parse SMS code and copy it to clipboard when a new message arrives. It can also input SMS code automatically.
参考: 详细信息
refer to More Information
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:74
支持以一定的倍率修改微信运动、QQ健康、悦动圈、乐动力、三星健康、支付宝、春雨计步器、走向健康、KEEP、钉钉、微博、华为健康、步多多、平安健康、淘宝、国寿AI、趣步、乐心健康等的运动步数,支持自定义倍率,自定义开关,同时不影响其他微信QQ其他功能的正常使用比如微信摇一摇。
发布地址:https://caiyao.name/releases
网盘下载地址
百度网盘链接: https://pan.baidu.com/s/17OLiYeQ50n-rxhVHv6wBiQ 提取码: j1hq
声明:本程序仅供测试,不承担法律责任,所有责任由使用者自行承担。 注意:关于腾讯运动qq无效果的问题,模块负责修改数据,然后qq上传到腾讯服务器,可能被服务器检测到异常就会停止上传,建议倍率调低,使用过程中尽量不要打开qq健康,最好晚上再打开。
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:81
下载镜像 (Download mirrors):
http://0i.gs/fkz
https://pan.lanzou.com/b44314
https://mega.nz/#F!2lxySJbA!Yk_SfUikRqtQcwKCXyml_w
https://sourceforge.net/projects/wxposed/files/
虚拟框架: 如果手机不能root或不能安装xposed框架 可以试试以下虚拟框架 不能保证100%兼容
https://xposed.appkg.com/2666.html
https://vxposed.com/
https://taichi.cool/
讨论:
https://t.me/fkzhang_wx
打赏:
https://ko-fi.com/fkzhang
集合我之前的3个模块(微信转发模块,微信防撤回模块,微信通讯录管理模块)重新发布 之前的模块遭到盗版已经永久停更 免费提供 别用盗版 如果觉得这个模块对你有用,请捐赠支持我
Due to piracy my previous modules (WechatUnrecalled, WechatContactsManager, WechatForwarder) are deprecated If you think this module is useful, please consider a donation to support me
请谨慎使用自动领取红包功能!
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:765
An Xposed module that lets you choose between chat head and bubble in Facebook Messenger (Android 11+)
For non-rooted device: check this thread
By default, this module enables the chat head feature.
In order to change it to bubble,
- Open messenger app and go to its setting page.
- Click on the toggle icon from the top-right corner.
- Choose bubble option from the pop-up dialog.
If you want to hide the toggle icon, long press on it and remove.
Help: XDA-Thread
Certificate Fingerprints:
SHA-1: FE20183C7D2F5C5D9FE1BCE6B7AB31A35FF4C8D0
SHA-256: 91870331A45A1C1E8F34BB27D6973CD72FD8AD98CBF4B306276BFEC06D61EBE8
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:78
Inspeckage is a tool developed to offer dynamic analysis of Android applications. By applying hooks to functions of the Android API, Inspeckage will help you understand what an Android application is doing at runtime.
With Inspeckage, we can get a good amount of information about the application's behavior:
With the hooks, we can see what the application is doing in real time:
With Xposed it's possible to perform actions such as start a unexported activity and much else:
Even though our tool has some hooks to the HTTP libraries, using an external proxy tool is still the best option to analyze the app's traffic. With Inspeckage, you can:
Logcat.html page. A experimental page with websocket to show some information from the logcat.
Requirements: Xposed Framework
Get it from Xposed repo: http://repo.xposed.info/module/mobi.acpm.inspeckage
adb install mobi.acpm.inspeckage.apk
Feel free to download the source!
adb uninstall mobi.acpm.inspeckage
And reboot!
Copyright 2016 ac-pm
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:13
为MIUI和HyperOS设备恢复键盘Meta/Win键功能(禁用掉小米的快捷键),同时禁用Alt-Tab快捷键。这样就可以在远程桌面里用Meta键和Alt-Tab了。适配小米平板5系列以及Android12+的MIUI手机。 Restore Meta/Win key function on MIUI devices(disable Xiaomi hotkeys), and disable Alt-Tab hotkey. Allows you to use Meta and Alt-Tab key in Remote Desktop。Adapted for Xiaomi Pad 5 Series and MIUI phones with Android12+.
系统版本 | 恢复Meta键 | 禁用Alt-Tab |
---|---|---|
MIUI12.5 Android11 | ? * | ? |
MIUI13 Android11 | √ ** | √ |
MIUI13 Android12 | √ | √ |
MIUI14 Android13 | √ | √ |
HyperOS | √? **** | √? *** |
√ 表示经过测试,目前支持
? 表示没有经过测试,可能支持
× 表示经过测试,目前不支持
*Android11上仅支持小米平板5系列,不支持MIUI手机
**MIUI for Pad Android11: PC模式下的快捷键依旧可用,PC模式的快捷键是另一套逻辑实现,请退出PC模式
***禁用Alt-Tab理论上在所有Android系统上支持。
**** 小米在HyperOS加强了对Bootloader权限的管控,我暂未将我的Xiaomi Pad 5 Pro设备更新到HyperOS,所以无法测试。
DisableAltTab 模块为独立出来的禁用Alt-Tab功能,适配所有Android设备。
See MiuiPadMeta
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:15
This repository contains an Xposed module that removes root and bootloader checks from Austrian e-government apps. These are * Digitales Amt by Bundesministerium für Digitalisierung und Wirtschaftsort * edu.digicard by BMBWF * FinanzOnline [+] by Bundesministerium für Finanzen * SPB Serviceportal Bund by Bundeskanzleramt Oesterreich
As an additional bonus, this module also supports some other apps with those kinds of checks, but doesn't offer first-class support for them (i.e. if something breaks, it won't be fixed until someone creates an issue). This is not because we are mean, but none of the authors use these apps and therefore will not notice for themselves when something goes wrong. * mObywatel by Ministerstwo Cyfryzacji ??
When your Android phone is rooted or its bootloader unlocked, the app starts, but it doesn't allow users to connect their ID Austria to it (for "security reasons"), or it already denies starting for the same reason. This makes the e-government app basically useless.
To check for rooted devices, it utilizes the RootBeer library. This check can easily be circumvented, for example with the Universal SafetyNet Fix module for Magisk. However, to test for an unlocked bootloader, it checks whether the certificate chain for Key Attestation is trusted. The result of this check cannot be faked in software because of the cryptography used.
E-Government Liberator removes any calls in supported Austrian e-government apps to root and bootloader checks and therefore provides a tailored solution to running the app on rooted devices.
Install and activate Xposed or one of its derivatives. One of the more modern variants is LSPosed. Ensure that loading Xposed modules for the supported apps is activated in the Xposed settings, and the app is not blocklisted in Magisk, if you use that.
Download the app-release.apk
file from the latest E-Government Liberator release and
install it on your device. After completion, you should be automatically prompted to activate the new Xposed module.
Restart your device and ensure that the module is up and running in your Xposed settings. Ensure that all Austrian e-government apps you want to liberate are checked in the module's settings (tap on E-Government Liberator on the Modules tab)
You're done. Beginning with the next start of the app, you are able to connect your ID Austria to the app and use it for e-government stuff.
If this module doesn't work for you, first check whether you've followed the installation instructions to the point. Refer to this issue comment if you'd like to have some screenshots to compare with your configuration.
If it still doesn't work, check whether you recently installed an update for the app that isn't working now. If you've got an update and the app now is broken, please create an issue and don't forget to mention the version of the app that now breaks. In any other case, just create an issue giving as much detail about what problem you have and what you've already done to try fixing it, and we'll see what we can do for you.
The module is written in Kotlin. It only consists of one class, it.kapfer.digitalesamt.liberator.ModuleMain
, which hooks loading supported apps' package
loading process and replaces the calls to the root detection methods in the class responsible for this
(e.g. at.asitplus.utils.deviceintegrity.DeviceIntegrityCheck
) to always indicate that the device is unmodified. It also contains some app version checks for
certain method hooks to ensure that both older and newer versions of the supported apps can be used.
Build it using Gradle.
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:13
一些软件的hook
https://t.me/JunZi_Xposed_Hook
滚动的天空
囧次元
CiliCli动漫
跳舞的线
P站助手Lite
饥饿鲨进化
饥饿鲨世界
看漫
绿豆免费小说
重生细胞
锦书
星芽免费短剧
番茄免费小说
红果免费短剧
Picsart
七猫免费小说
宇宙工具箱
AudioLab
快连
拾光小说
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:41
AdClose 是一个基于Xposed框架的Android广告屏蔽工具,致力于提供一个无广告的应用浏览体验,旨在优化用户体验并减少干扰。请在LSPosed框架环境中使用。
AdClose的核心功能是阻止应用内的广告SDK初始化加载,并拦截应用广告请求以屏蔽广告。
功能支持(顺序):
AdClose支持众多流行的Android应用,包括但不限于:
AdClose能够处理应用内包含以下在内的多种SDK类型:
在安装AdClose之前,请确保您的设备已经安装LSPosed框架。
如果您对AdClose有改进建议,或发现Bug,欢迎通过Issues反馈。
如果AdClose对您有帮助,请给予我们Star支持!这是我们持续改进的最大动力。
获取更多更新和帮助,请关注我们的Telegram频道:
? 频道入口: @AdClose
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:122
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:106
为Xperia解除UpdateCenter限制
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:13
Change your mobile data icons! For example you can change the 3G/4G icons into 5G!
This module enables you to replace any of the mobile data icons with any other mobile data icon.
Any AOSP near ROM should be compatible. Just try it out and see if it works.
Read more about compatiblity here.
>=93
.SystemUI
should automatically be selected.I don't like it when every XPosed module adds yet another app icon to the launcher. This is why this modules settings are hidden within the App-Info screen.
Here is how to open the settings:
CameraControl
and select App InfoAdvanced
Additional settings in the app
CameraControl
Advanced
Additional settings in the app
am start-activity com.programminghoch10.mobileiconchanger/.SettingsActivity
I don't want to keep 4 different places up to date.
If you want to read more about why this module exists or additional info about the configuration interface or you just want to see some screenshots first head over to the GitHub Repo.
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:15
简体中文 | English
在任意Android 9–15设备上触发圈定即搜(Circle to Search)功能
本应用只负责触发圈定即搜,无法处理触发成功后可能出现的问题
安装最新版Google应用,开启自启动,关闭后台限制,将默认助理应用设置为Google
安装并打开MiCTS
设置触发方式
需要在LSPosed里激活模块
CSService:支持Android 15及以上,圈定即搜专用的服务,效果同CSHelper
长按小白条触发:仅支持小米设备,依赖作用域选择系统桌面
长按Home键触发:仅支持小米设备,依赖作用域选择系统框架
Google机型伪装:依赖作用域选择Google
大概率是没有将Google设为默认助理,检查一下
Google不是最新版,更新一下
原因应该是墓碑机制导致的,看看手机有没有相关的设置可以把Google加到白名单里,比如电池优化选择无限制等,在模块设置里系统触发服务
使用CSHelper
应该没有这个问题
上传时间:暂无
作者:暂无
文件大小:暂无
下载量:21